Keyboard input codes reference

Here you can find the reference for the keyboard input codes which you can use to create interaction with the keyboard. You can create keyboard input using the Key Down and Key Up triggers. See Using triggers.

Code Key
1 0
2 1
3 2
4 3
5 4
6 5
7 6
8 7
9 8
10 9
11 , (Comma)
12 . (Period)
15 A
16 B
17 C
18 D
19 E
Code Key
20 F
21 G
22 H
23 I
24 J
25 K
26 L
27 M
28 N
29 O
30 P
31 Q
32 R
33 S
34 T
35 U
36 V
Code Key
37 W
38 X
39 Y
40 Z
41 Space
42 Backspace
43 Enter
44 Tab
45 Esc
57 + (Plus)
58 - (Minus)
61 (Up Arrow)
62 (Down Arrow)
63 (Left Arrow)
64 (Right Arrow)
Code Key
81 F1
82 F2
83 F3
84 F4
85 F5
86 F6
87 F7
88 F8
89 F9
90 F10
91 F11
92 F12
99 Shift
100 Ctrl Alt Gr

See also

Using triggers

Focus

Tutorial: Use keyboard input to navigate your application